home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / children / element3.exe / MEMORY.ZIP / MEMORY.DOC < prev    next >
Text File  |  1986-12-23  |  3KB  |  74 lines

  1.  
  2. MEMORY.COM is a game of Memory, or Concentration. A deck of 54 cards is layed
  3. out face down [X]. You try to match the cards. Move the rectangular cursor
  4. around and hit <RETURN> to turn the card over. If the two cards match you
  5. receive two points and they will be removed from play [.].
  6.    The lower left box indicates if you have made a match or not and gives you
  7. the opportunity of seeing your score by hitting <S>. Besides the score you will
  8. see how many tries you have made. This is useful to know when you are
  9. playing by yourself, to compare one game with another.
  10.    The cards are animals and there are four of each, with the exception of
  11. HYENA, of which there are only two. Matching the HYENA cards will give you
  12. 4 extra points. Be careful: if you match CAT and MOUSE or HAWK and DOVE you
  13. will lose 2 points - they hate eachother. But, on a one time basis, if you
  14. match DOG and HORSE or LION and TIGER you will get a bonus of two points -
  15. they love eachother (recall a TIGON for the latter).
  16.    At the end of the game you are given the option of playing again. If you
  17. take the option the deck will be reshuffled.
  18.    You may leave the game at any time by typing ^C (control C).
  19.  
  20. You can use your own set of characters. Here is how you do it. At the start
  21. of the game you are asked if you wish to use your own set. If yes, there will
  22. be a search for the file MYOWN.MEM. If MYOWN.MEM does not exist the default
  23. animals will be loaded.  The MYOWN.MEM file must consist of fourteen characters
  24. listed one line at a time like this:
  25.  
  26. LEMON
  27. MAN            man loves woman
  28. WOMAN
  29. WORM           worm loves apple
  30. APPLE
  31. BOY            boy hates girl
  32. GIRL
  33. ROSE           rose hates weed
  34. WEED
  35. PALM
  36. ELM
  37. IVY
  38. HOLLY
  39. PINE
  40.  
  41. The FIRST one will be the wild card that gives the four extra points. Items
  42. 2 and 3 (Man and Woman in the example) and 4 and 5 Love eachother while
  43. items 6 and 7 and items 8 and 9 hate eachother. They love and hate
  44. reciprocately! There must be 14 cards and they must be no longer than 5
  45. letters. You can insert comments in the file, so long as they are to the
  46. right of the items (the computer will only read the first five spaces).
  47. Be sure to start each entry at the EXTREME left.
  48.  
  49. You can write a file with a word processor that creates ASCII files
  50. ([N]on-document in Wordstar.) Otherwise use the MS-DOS copy routine.
  51. For this type at the A> prompt:
  52.  
  53. copy CON: MYOWN.MEM
  54.  
  55. then line by line enter the characters. To terminate, end with a ^Z.
  56.  
  57.  
  58.    Have fun.
  59.  
  60. This is USER SUPPORT software. Please feel free to copy it and pass it on to
  61. your friends.
  62.  
  63. If you like the game send a donation of $5.00 to the programer:
  64.  
  65.                         J.David Sapir
  66.                         906 Old Farm Rd.
  67.                         Charlottesville, VA.
  68.                         22903
  69.                         [Jimmy Paris Software]
  70.  
  71.                                               copyright by J.David Sapir 1986
  72.  
  73.  
  74.